The areasOfInterest parameter to the QTVRSetBackBufferImagingProc function (described in the section "QTVRSetBackBufferImagingProc" ) specifies an array of area of interest structures, each one of which indicates a rectangular area in the back buffer. An area of interest structure is defined by the QTVRAreaOfInterest data type:
struct QTVRAreaOfInterest {
float panAngle;
float tiltAngle;
float width;
float height;
UInt32 flags;
};
typedef struct QTVRAreaOfInterest QTVRAreaOfInterest;